#globalnav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    margin: 0;
    width: 100%;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background: #333;
    background: rgba(0,0,0,0.8);
    font-size: 18px;
 }
 .navbar-default {
  background: #333;
    background: rgba(0,0,0,0.8);
    font-size: 16px;
}
#bs-example-navbar-collapse-1{
	margin: 0 auto;
max-width: 980px;
padding: 0 22px;
position: relative;
z-index: 2;
	
}

.gn-content{
	margin: 0 auto;
	/*max-width: 980px;*/
	padding: 0 22px;
	position: relative;
	z-index: 2;
}
.gn-list{
	
	margin: 0 -10px;
	width: auto;
	/*height: 44px;*/
	text-align: justify;

}
ul{list-style: none;}
.gn-item{
	display: inline-block;
	position: relative;
	height: 44px;
	z-index: 1;
	vertical-align: top;
}
/*#globalnav .gn-logo{
	background-repeat: no-repeat;
	background-size: 20px 44px;
	background:#E38D13;
	background-position: center center;
	width: 20px;
}
#globalnav .gn-NY{
	background-repeat: no-repeat;
	
	background:#E38D13;
	background-position: center center;
	
	
	background-size: 100px 44px;
	
	background-position: center center;
	background-origin: content-box;
	background-size: cover;
	width: 1.875em;
	max-width: 51px;
}*/
 
.gn-link{
	font-size: 16px;
	line-height: 2.75;
	font-weight: 400;
	letter-spacing: normal;
	opacity: 1;
	color: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 30px;
	height: 44px;
	background: no-repeat;
	text-decoration: none;
	white-space: nowrap;
	outline-offset: -7px;
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gn-link:hover{opacity: .65;}




#localnav{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	min-width: 1024px;
	z-index: 9997;
	margin-top: 40px;
	
}
#localnav .ln-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 1;
	border-bottom: 1px solid #EEE;
	
}
#localnav .ln-content{
	margin: 0 auto;
	max-width: 980px;
	padding: 0 22px;
	position: relative;
	z-index: 2;
	
}
#localnav .ln-title{
	font-size: 28px;
	line-height: 1.85714;
	font-weight: 300;
	letter-spacing: normal;
	cursor: default;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 52px;
	white-space: nowrap;
	
}
#localnav .ln-menu{
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: normal;
	float: right;
	line-height: 44px;
	padding-top: 8px;
}
#localnav .ln-menu-tray{float: left;}
#localnav ul{list-style: none;}
#localnav .ln-menu-item{
	margin-left: 24px;
	float: left;
	list-style: none;
}
#localnav .ln-menu-link{
	color: #333;
	display: inline-block;
	line-height: 22px;
	white-space: nowrap;
}
